home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Sistema / WinRescue / RescueW98.exe / _SETUP.DLL / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1999-03-03  |  1KB  |  54 lines

  1. object Form5: TForm5
  2.   Left = 235
  3.   Top = 169
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Installing'
  9.   ClientHeight = 96
  10.   ClientWidth = 259
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Icon.Data = {<image000.ico>}
  18.   Position = poScreenCenter
  19.   OnActivate = Form5Activate
  20.   OnClose = Form5Close
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Gauge1: TGauge
  24.     Left = 9
  25.     Top = 41
  26.     Width = 241
  27.     Height = 23
  28.     Progress = 0
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 57
  34.     Height = 13
  35.     Caption = 'Copying file:'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 25
  39.     Top = 24
  40.     Width = 3
  41.     Height = 13
  42.   end
  43.   object Button1: TButton
  44.     Left = 100
  45.     Top = 71
  46.     Width = 55
  47.     Height = 20
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.